home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000094_fdc@columbia.edu_Tue May 28 09:07:41 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  30 lines

  1. Article: 13388 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: set retry-limit 5  ;  show retry-limit ==> NO_CAN_DO!
  6. Date: 28 May 2002 09:07:35 -0400
  7. Organization: Columbia University
  8. Lines: 13
  9. Message-ID: <acvven$6o5$1@watsol.cc.columbia.edu>
  10. References: <acvc8n$7ht$1@panix3.panix.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1022591256 18751 128.59.39.139 (28 May 2002 13:07:36 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 28 May 2002 13:07:36 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13388
  16.  
  17. In article <acvc8n$7ht$1@panix3.panix.com>,
  18. David Combs <dkcombs@panix.com> wrote:
  19. : set retry-limit 5  ;  show retry-limit ==> NO_CAN_DO!
  20. :
  21. SET RETRY-LIMIT 5 is a valid command.
  22.  
  23. SHOW RETRY-LIMIT is not a valid command.
  24.  
  25. There is not a SHOW for every SET.  SHOW's are grouped by category;
  26. in this case SHOW PROTOCOL.
  27.  
  28. - Frank
  29.